* {
    margin: 0;
    padding: 0;
}

p, a, h1, h2, h3, h4, h5, h6 {
    color: #333333;
}

.w1200 {
    margin: 0 auto;
    width: 1200px;
}

.header_index,
.header_art {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
    padding: 32px 100px 20px;
    transition: ease-in-out .3s;
}

.header_index.active, .header_art {
    background: rgba(255, 255, 255, 0.9);
    padding: 14px 100px;
}

.header_index div {
    /*padding: 0 100px;*/
}

.header_index .logo, .header_art .logo {
    float: left;
    display: block;
    height: 103px;
    transition: ease-in-out .3s;
}

.header_index.active .logo, .header_art .logo {
    height: 74px;
}

.header_index .nav_btn, .header_art .nav_btn {
    display: none;
}

.header_index .nav_list, .header_art .nav_list {
    float: right;
    margin-top: 22px;
}

.header_index .nav_list li, .header_art .nav_list li {
    float: left;
    margin-left: 45px;
}

.header_index .nav_list li a, .header_art .nav_list li a {
    height: 16px;
    font-size: 16px;
    color: #43280D;
    line-height: 32px;
}

.header_index .nav_list li a:hover,
.header_index .nav_list li.active a,
.header_art .nav_list li a:hover,
.header_art .nav_list li.active a {
    color: #B83137;
}

.banner {
    max-height: 100vh;
}

.banner .swiper-slide {
    height: 100%;
    width: 100%;
}

.banner .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
}

.banner_page {
    bottom: 25px !important;
}

.banner_page .page_li {
    width: 34px;
    height: 4px;
    background: #FFFFFF;
    display: inline-block;
    opacity: 1;
    margin: 0 8px;
}

.banner_page .page_active {
    background: #B83137;
}

.index_main1 {
    padding-top: 60px;
}

.index_title {
    text-align: center;
}

.index_title h2 {
    font-size: 30px;
    color: #950002;
    line-height: 30px;
    /*margin-top: 16px;*/
}

.index_title h2::before {
    content: "";
    width: 55px;
    height: 3px;
    background: #B56A21;
    opacity: 0.8;
    display: block;
    margin: 0 auto 18px;
}

.index_title p {
    font-size: 20px;
    font-weight: 300;
    color: #C4884D;
    line-height: 20px;
    margin-top: 18px;
    text-transform: uppercase;
}

.index_main1_con {
    margin-top: 60px;
    background: url("../images/index_bg1.jpg") no-repeat center top;
    width: 100%;
    padding: 100px 0 0;
    height: 580px;
    box-sizing: border-box;
}

.index_main1_con .left {
    width: 600px;
    height: 344px;
}

.index_main1_con .left video {
    /*width: 100%;*/
    /*height: 100%;*/
    display: block;
    background: #000;
}

.index_main1_con .right {
    width: 500px;
}

.index_main1_con .right h2,
.about_main1 .left h2 {
    font-size: 30px;
    color: #FFFFFF;
    line-height: 30px;
}

.index_main1_con .right h2 span,
.about_main1 .left h2 span {
    font-size: 60px;
}

.index_main1_con .right p,
.about_main1 .left p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    margin-top: 5px;
}

.main {
    padding: 60px 0;
}

.index_main2 {
    background: url("../images/index_bg3.jpg") bottom center;
}

.index_main2_img {
    margin: 20px auto;
    display: block;
}

.index_main2_con {

    position: relative;
}

.index_swiper1 {
    width: 1070px;
    margin: 0 auto;
    padding: 20px;
}

.index_swiper1 .swiper-slide {
    background: #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0 0 11px 2px rgba(100, 104, 103, 0.32);
    transform: scale(1);
    transition: transform ease-in-out .3s;
}

.index_swiper1 .swiper-slide:hover {
    transform: scale(1.05);
}

.index_swiper1 .swiper-slide .img {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
}

.index_swiper1 .swiper-slide .img img {
    display: block;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index_swiper1 .swiper-slide h2 {
    width: 100%;
    height: 56px;
    line-height: 56px;
    background: #dfd08d;
    text-align: center;
    font-size: 18px;
    color: #000000;
    padding: 0 15px;
    box-sizing: border-box;
    transition: ease-in-out .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_swiper1 .swiper-slide:hover h2 {
    background: #b80003;
    color: #fff;
}

.index_swiper1 .swiper-slide .con {
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
}

.index_swiper1 .swiper-slide .con p {
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 44px;
}

.index_next1, .index_prev1 {
    --swiper-navigation-color: #fbdeac;
    /*background: rgba(0, 0, 0, 0.15);*/
    --swiper-navigation-size: 22px;
    /*padding: 5px;*/
    border-radius: 50%;
    height: 52px;
    width: 52px;
    margin-top: -26px;

    border: 3px solid #fbdeac;
}

.index_next1 {
    right: -100px;
}

.index_prev1 {
    left: -100px;
}

.more_btn {
    width: 150px;
    height: 36px;
    border: 1px solid #b80003;
    margin: 50px auto 0;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #b80003;
    line-height: 34px;
}

.more_btn:hover {
    background: #b80003;
    color: #fff;
}

.index_main3 {
    background: url(../images/index_bg4.jpg) no-repeat #f4f1e2 bottom center;
}

.index_main3_con h1 {
    text-align: center;
    /*width: 420px;*/
    /*height: 30px;*/
    font-size: 30px;
    color: #333333;
    line-height: 30px;
    margin: 40px auto;
}

.index_swiper2 .swiper-slide {
    position: relative;
    height: 473px;
    overflow: hidden;
}

.index_swiper2 .swiper-slide img {
    position: absolute;
    height: 100%;
    min-width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.index_swiper2 .swiper-slide .con {
    display: block;
    width: 100%;
    height: auto;
    bottom: -180px;
    transition: ease-in-out bottom .3s;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 9;
}

.index_swiper2 .swiper-slide:hover .con {
    bottom: 0;
}

.index_swiper2 .swiper-slide .con .tit {
    width: 100%;
    text-align: center;
    background: rgba(149, 0, 2, 0.6);
    padding: 10px 15px;
    box-sizing: border-box;
}

.index_swiper2 .swiper-slide .con .tit h2 {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_swiper2 .swiper-slide .con .tit h4 {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_swiper2 .swiper-slide .con .p {
    /*width: 100*/
    height: 180px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 26px;
    background: rgba(0, 0, 0, .6);
    padding: 22px;
    box-sizing: border-box;
}

.index_swiper2 .swiper-slide .con .p p {

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    max-height: 130px;
}

.index_main4 {
    background: url("../images/index_bg5.png") no-repeat center bottom 30px;
}

.index_main4_con {
    margin-top: 50px;
}

.index_main4_con .left {
    /*width: 100%;*/
    width: 730px;
}

.index_main4_con .left img {
    display: block;
}

.index_main4_con .right {
    margin-top: 230px;
}

.index_main4_con .right h2 {
    font-size: 28px;
    color: #950002;
    line-height: 34px;
    margin-bottom: 10px;

}

.index_main4_con .right p {
    font-size: 18px;
    color: #333333;
    line-height: 34px;
}

.index_main4_con .right p::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #950002;
    vertical-align: middle;
    margin-right: 6px;
}

.index_main4_con .right img {
    margin: 20px 0;
    display: block;
}

.index_main4_con .right h3 {
    font-size: 18px;
    color: #950002;
    line-height: 34px;
}

.index_main4_con .right h3 span {
    color: #333333;
}

.index_main5 {
    background: url("../images/index_bg6.png") no-repeat center bottom 30px;
    /*padding-bottom: 60px;*/
}

.index_swiper3 {
    margin-top: 40px;
    padding: 10px 10px 50px;
}

.index_swiper3 .swiper-slide {
    box-shadow: 0 0 6px 2px rgba(100, 104, 103, 0.32);
}

.index_swiper3 .swiper-slide .img {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 200px;
}

.index_swiper3 .swiper-slide .img img {
    display: block;
    position: absolute;
    height: 100%;
    min-width: 100%;
    left: 50%;
    transition: ease-in-out .3s;
    transform: translateX(-50%) scale(1);
}

.index_swiper3 .swiper-slide:hover .img img {
    transform: translateX(-50%) scale(1.1);
}

.index_swiper3 .swiper-slide .con {
    padding: 14px 20px;
}

.index_swiper3 .swiper-slide .con h2 {
    font-size: 16px;
    color: #555555;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index_swiper3 .swiper-slide .con .xq_btn {
    margin-top: 30px;
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #999999;
}

.index_swiper3 .swiper-slide .con .xq_btn span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #cab469;
    border-radius: 50%;
    vertical-align: top;
}

.index_swiper3 .swiper-slide:hover .con .xq_btn span {
    background: #950002;
}

.index_page3 {
    bottom: 0;
}

.index_page3 .page_li {
    width: 34px;
    height: 4px;
    background: #CAB469;
    display: inline-block;
    opacity: 1;
    margin: 0 8px;
}

.index_page3 .page_active {
    background: #B83137;
}

footer {
    padding-bottom: 330px;
    padding-top: 60px;
    text-align: center;
    background: url("../images/footer_bg.png") center bottom no-repeat;
}

footer .weixin img {
    width: 137px;
    height: 137px;
    display: block;
    margin: 0 auto;
}

footer .weixin h2 {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    line-height: 42px;
    margin: 8px 0;
}

footer ul {
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    border-color: #CAB469 transparent;
    padding: 0 40px;
}

footer ul li {
    display: inline-block;
    line-height: 44px;
    padding: 0 20px;
}

footer ul li a {
    font-size: 14px;
    color: #000000;
    line-height: 44px;
}

footer p {
    font-size: 14px;
    color: #000000;
    line-height: 32px;
    opacity: 0.9;
    margin-top: 10px;
}

/*公司介绍*/
.top-main {
    position: relative;
    height: 475px;
    margin-top: 100px;
}

.top-main img {
    position: absolute;
    top: 0;
    min-width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.top-main h1 {
    font-size: 30px;
    color: #FFFFFF;
    line-height: 30px;
    position: absolute;
    left: 50%;
    bottom: 170px;
    margin-left: -600px;
    text-transform: uppercase;
    white-space: nowrap;
    text-shadow: 0 0 11px rgba(0, 0, 0, .45);
}

.top-nav-list {
    background: rgba(0, 0, 0, .6);
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    border-top: 1px solid rgba(250, 250, 250, .2);
    height: 140px;
}

.top-nav-list ul {
    display: flex;
}

.top-nav-list ul li, #topNav .swiper-slide {
    flex: 1;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 100px;
}

.top-nav-list ul li a, #topNav .swiper-slide a {
    display: block;
    position: relative;
    font-size: 16px;
    color: #fff;
}

.top-nav-list ul li a::after, #topNav .swiper-slide a::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #ffd600;
    position: absolute;
    top: -1px;
    left: 0;
    transition: 0.4s ease-out;
    transform: scaleX(0);
}

.top-nav-list ul li.on a,
.top-nav-list ul li a:hover,
#topNav .swiper-slide.active a,
#topNav .swiper-slide a:hover {
    color: #ffd600;
}

.top-nav-list ul li.on a::after,
.top-nav-list ul li a:hover::after,
#topNav .swiper-slide.active a::after,
#topNav .swiper-slide a:hover::after {
    transform: scaleX(1);
}

.main_bg {
    background: #fbfaf6;
}

.main_con {
    margin: -45px auto 0;
    padding: 60px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    z-index: 2;
}

.main_con .title {
    text-align: center;
    font-size: 30px;
    color: #950002;
    line-height: 30px;
}

.main_con .title::after {
    content: "";
    display: block;
    width: 62px;
    height: 3px;
    margin: 16px auto 0;
    background: #DBCEA2;
}

.about_main1 {
    margin-top: 60px;
}

.about_main1 .left {
    width: 450px;
    margin-top: 20px;
}

.about_main1 .left h2,
.about_main1 .left p {
    color: #333;
}

.about_main1 .left h2 span {
    color: #950002;
}

.about_main1 .right {
    width: 540px;
    height: 310px;
    background: #000;
}

.about_main1 .right video {
    display: block;
    /*width: 100%;*/
}

/*企业文化*/
.article {
    margin-top: 60px;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}

.article img {
    max-width: 100%;
}

/*企业文化*/
.about_main2 {
    margin-top: 60px;
}

.about_swiper {
    width: 868px;
    margin: 0 auto;
}

.about_swiper .swiper-slide {
    width: 268px;
}

.about_swiper .swiper-slide div {
    width: 268px;
    height: 360px;
    box-sizing: border-box;
    border: 5px solid #dbcea2;
    overflow: hidden;
    position: relative;
}

.about_swiper .swiper-slide div img {
    height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.about_swiper .swiper-slide p {
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 38px;
    margin-top: 24px;
    opacity: 0;
    transition: ease-in-out .3s;
}

.about_swiper .swiper-slide-active p {
    opacity: 1;
}

.about_next, .about_prev {
    --swiper-navigation-color: #FFFFFF;
    background: rgba(0, 0, 0, 0.2);
    --swiper-navigation-size: 22px;
    /*padding: 5px;*/
    border-radius: 50%;
    height: 42px;
    width: 42px;
    /*margin-top: -21px;*/
    top: 180px;
    /*border: 3px solid #fbdeac;*/
}

.about_next {
    right: 0px;
}

.about_prev {
    left: 0px;
}

/*销售网络*/
.about_main3 {
    margin-top: 60px;
}

.about_main3 .img1 {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.about_main3 div {
    /*margin-top: 30px;*/
    box-sizing: border-box;
    padding: 30px 30px 0;
}

.about_main3 div h2 {
    font-size: 28px;
    color: #950002;
    line-height: 34px;
    margin-bottom: 10px;

}

.about_main3 div p {
    font-size: 18px;
    color: #333333;
    line-height: 34px;
}

.about_main3 div p::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #950002;
    vertical-align: middle;
    margin-right: 6px;
}

.about_main3 div img {
    margin: 20px 0;
    display: block;
}

.about_main3 div h3 {
    font-size: 18px;
    color: #950002;
    line-height: 34px;
}

.about_main3 div h3 span {
    color: #333333;
}

/*新闻中心*/
.news_con {
    padding: 60px 0;
}

.news_list {
    margin-top: 40px;
}

.news_list li {
    border-bottom: 1px solid #DBCEA2;
    padding: 20px 40px;
    transition: ease-in-out .3s;
}

.news_list li:hover {
    background: rgba(239, 239, 239, 0.2);
}

.news_list li .img {
    display: block;
    float: left;
    width: 245px;
    height: 160px;
    overflow: hidden;
    position: relative;
}

.news_list li .img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%) scale(1);
    transition: ease-in-out .3s;
}

.news_list li:hover .img img {
    transform: translate(-50%, -50%) scale(1.1);
}

.news_list li .date {
    float: left;
    margin-top: 50px;
    margin-left: 56px;
}

.news_list li .date h3 {
    font-size: 31px;
    font-weight: 300;
    color: #454545;
    line-height: 32px;
}

.news_list li .date h2 {
    font-size: 16px;
    font-weight: 300;
    color: #999999;
    line-height: 32px;
}

.news_list li .con {
    width: 600px;
    margin-left: 56px;
    float: left;
}

.news_list li .con h2 {
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 30px;
}

.news_list li:hover .con h2 {
    color: #950002;
}

.news_list li .con p {
    font-size: 14px;
    color: #888787;
    line-height: 24px;
    height: 48px;
    margin-top: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news_list li .jiao {
    float: right;
    width: 18px;
    height: 18px;
    display: block;
    background: #DBCEA2;
    border-radius: 50%;
    text-align: center;
    margin-top: 72px;
    margin-right: 22px;
    transition: ease-in-out .3s;
}

.news_list li:hover .jiao {
    background: #950002;
}

.news_list li .jiao img {
    display: block;
    width: 100%;
    height: 100%;
}

.more_btn2 {
    width: 274px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    display: block;
    margin: 40px auto 0;
    line-height: 38px;
    text-align: center;
    color: #333;
    transition: ease-in-out .3s;
}

.more_btn2:hover {
    background: #950002;
    color: #fff;
    border: 1px solid #950002;
}

/*公司新闻*/
.article_main {

}

.article_main h2 {
    text-align: center;
    font-size: 28px;
    color: #333333;
    line-height: 28px;
    margin-top: 60px;
}

.article_top {
    text-align: center;
    margin: 30px 0;
}

.article_top p {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #888888;
    margin: 0 10px;
}

.article_top p img {
    vertical-align: top;
    margin: 2px 6px 0;
}

.article_con {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}

.article_con img {
    max-width: 100%;
}

.article_bottom {
    margin-top: 50px;
}

.article_next {
    font-size: 0;
    text-align: center;
}

.article_next a {
    width: 85px;
    height: 85px;
    display: inline-block;
    border: 1px solid #979797;
    line-height: 85px;
    border-radius: 50%;
    font-size: 14px;
    margin: 0 10px;
}

.article_next a:hover {
    color: #fccf1c;
    border: 1px solid #fccf1c;
}

.fx-main {
    text-align: center;
}

.fx-main p {
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    margin-top: 50px;
    margin-bottom: 18px;
}

.fx-main .bshare-custom a {
    background-image: url("../images/fx.png") !important;
    /*width: 30px;*/
    height: 30px !important;
    line-height: 30px;
    padding-left: 30px !important;
    /*margin: 0 4px;*/
}

.fx-main .bshare-custom a.bshare-qqim {
    background-position: 0 0;
}

.fx-main .bshare-custom a.bshare-qzone {
    background-position: -32px 0;
}

.fx-main .bshare-custom a.bshare-sinaminiblog {
    background-position: -64px 0;
}

.fx-main .bshare-custom a.bshare-weixin {
    background-position: -96px 0;
}

.bshare-custom.icon-medium-plus a.bshare-more.more-style-addthis {
    background: url("../images/fx.png") -129px 0 !important;
    /*background-position: -129px 0;*/
    padding-left: 30px !important;
}

.fx-main .bshare-custom a.bshare-more {
    background-position: -129px 0;
}

.address {
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    margin-top: -20px;
}

.address a {
    color: #999999;
}

/*产品中心*/
.product_top {
    text-align: center;
    font-size: 0;
}

.product_top li {
    display: inline-block;
    margin: 0 3px;
}

.product_top li a {
    display: block;
    width: 170px;
    height: 34px;
    background: #DBCEA2;
    font-size: 16px;
    color: #950002;
    line-height: 34px;
    transition: ease-in-out .3s;
}

.product_top li.on a,
.product_top li a:hover {
    background: #950002;
    color: #fff;
}

.product_list {
    /*margin-top: 60px;*/
}

.product_list li {
    float: left;
    width: 325px;
    /*height: 372px;*/
    background: #FFFFFF;
    margin-right: 52px;
    margin-top: 55px;
    box-shadow: 0 0 11px 3px rgba(100, 104, 103, 0.32);
}

.product_list li:nth-child(3n) {
    margin-right: 0;
}

.product_list li div {
    width: 100%;
    height: 325px;
    overflow: hidden;
    position: relative;
}

.product_list li div img {
    position: absolute;
    height: 100%;
    min-width: 100%;
    top: 0;
    left: 50%;
    transition: ease-in-out .3s;
    transform: translateX(-50%) scale(1);
}

.product_list li:hover div img {
    transform: translateX(-50%) scale(1.05);
}

.product_list li p {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    transition: ease-in-out .3s;
}

.product_list li:hover p {
    background: #950002;
    color: #fff;
}

/*产品中心详情页*/
.product_main1 {
    margin-top: 60px;
}

.product_main1 .left {
    width: 400px;
    height: 400px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 11px 3px rgba(100, 104, 103, 0.32);
}

.product_main1 .left img {
    position: absolute;
    height: 100%;
    min-width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.product_main1 .right {
    width: 600px;
}

.product_main1 .right h2 {
    font-size: 28px;
    color: #000000;
    line-height: 30px;
    margin: 12px 0 40px;
}

.product_main1 .right p {
    font-size: 16px;
    color: #333333;
    line-height: 42px;
}

.product_main1 .right h3 {
    font-size: 22px;
    color: #DF0414;
    /*margin-top: 15px;*/
    margin: 15px 0;
    line-height: 42px;
}

.product_main1 .right h3 span {
    font-size: 36px;
}

.product_main1 .right .buy_btn {
    width: 162px;
    height: 52px;
    background: #950002;
    display: block;

    font-size: 18px;
    color: #FFFFFF;
    line-height: 52px;
    text-align: center;
    /*margin-top: 15px;*/
}

.product_main2 {
    margin-top: 60px;
}

.product_main2 h2 {
    font-size: 18px;
    color: #950002;
    line-height: 50px;
    border-bottom: 1px solid #DBCEA2;
}

/*产品中心详情页*/
.base_list {
    margin-top: 60px;
}

.base_list li {
    height: 335px;
    margin-top: 35px;
}

.base_list li div {
    width: 50%;
    height: 100%;
}

.base_list li .img {
    float: right;
    overflow: hidden;
    position: relative;
}

.base_list li:nth-child(2n) .img {
    float: left;
}

.base_list li .img img {
    position: absolute;
    top: 0;
    left: 50%;
    transition: ease-in-out .5s;
    transform: translateX(-50%) scale(1);
    height: 100%;
    min-width: 100%;
}

.base_list li:hover .img img {
    transform: translateX(-50%) scale(1.1);
}

.base_list li .con {
    float: left;
    padding: 80px 80px 0 30px;
    box-sizing: border-box;
    position: relative;
}

.base_list li:nth-child(2n) .con {
    float: right;
    padding: 80px 30px 0 80px;
}

.base_list li .con h2 {
    font-size: 30px;
    color: #950002;
    line-height: 32px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.base_list li .con p {
    font-size: 14px;
    color: #000000;
    line-height: 26px;

    max-height: 130px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.base_list li .con a.more_btn3 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);

    font-size: 18px;
    color: #FCCF1C;
    line-height: 335px;
    text-align: center;
    opacity: 0;
    transition: ease-in-out .5s;
}

.base_list li .con a.more_btn3 span {
    font-size: 16px;
    text-decoration: underline;
    color: #FFFFFF;
    display: inline-block;
}

.base_list li:hover .con a.more_btn3 {
    opacity: 1;
}

/*招商加盟*/
.join_main1 {
    text-align: center;
    margin-top: 60px;
}

.join_main1 div {
    display: block;
    margin-bottom: 22px;
}

.join_main1 div p {
    display: inline-block;
    width: 80px;
    text-align: right;
    font-size: 16px;
    color: #333333;
    line-height: 40px;
}

.join_main1 div input[type="text"],
.join_main1 div select {
    width: 457px;
    height: 40px;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0 15px;
}

.join_main1 h2 {
    margin-top: 40px;
    font-size: 16px;
    color: #000000;
    line-height: 20px;
}

.join_main1 input[type="submit"] {
    width: 260px;
    height: 58px;
    background: #950002;

    font-size: 18px;
    color: #FFFFFF;

    margin-top: 30px;
}

/*招商加盟*/
.contact_main1 {
    margin-top: 60px;
}

.contact_main1 .left {
    width: 540px;
    height: 500px;
}

.contact_main1 .right {
    width: 460px;
    margin-top: 80px;
}

.contact_main1 .right h2 {
    font-size: 30px;
    color: #950002;
    line-height: 42px;
    margin-bottom: 30px;
}

.contact_main1 .right p {
    font-size: 16px;
    color: #333333;
    line-height: 52px;
}

.contact_main1 .right img {
    vertical-align: middle;
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-right: 25px;
}


/*招贤纳士*/
.join_list {
    margin-top: 40px;
}

.join_list li {
    margin-bottom: 20px;
}

.join_list li .join_list_top {
    line-height: 44px;
    height: 44px;
    background: #F5F5F5;
    cursor: pointer;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 0;
}

.join_list li.active .join_list_top {
    background: #950002;
}

.join_list li .join_list_top p {
    font-size: 14px;
    display: inline-block;
    color: #333333;
}

.join_list li .join_list_top p:nth-child(1) {
    width: 800px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    box-sizing: border-box;
    padding-right: 15px;
}

.join_list li .join_list_top p:nth-child(2),
.join_list li .join_list_top p:nth-child(3) {
    width: 86px;
}

.join_list li .join_list_top p:nth-child(4) {
    float: right;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    margin-top: 12px;
    vertical-align: top;
    background: url("../images/join_icon1.png") #cecece;
    margin-right: 15px;
}

.join_list li.active .join_list_top p {
    color: #fff;
}

.join_list li.active .join_list_top p:nth-child(4) {
    background: url("../images/join_icon2.png") #F8C887;
}

.join_list li .join_list_con {
    display: none;
    width: 100%;
    padding: 25px 20px 0;
    font-size: 16px;
    color: #444444;
    line-height: 32px;
    box-sizing: border-box;
}

.join_list li .join_list_con p {
    font-size: 16px;
    color: #444444;
    line-height: 30px;
}

.join_p {
    margin-top: 30px;
    color: #444444;
    font-size: 16px;
    line-height: 30px;
}

.join_p a {
    color: #950002;
}